home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
zc.xml
< prev
next >
Wrap
Text File
|
2002-09-27
|
1KB
|
48 lines
<search function="zc">
<name>Zip Code Info</name>
<description>Search for information on a particular zcf
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr>
<td>zc 74133 or zc Glen Ellyn</td>
</tr>
</table>
</description>
<link>http://www.zipinfo.com/</link>
<category>People and Places</category>
<contributor>Stephen Montgomery</contributor>
<email>stephenmontgomery_at_ameritech_dot_net</email>
<form name="zcf"
action="http://www.zipinfo.com/cgi-local/zipsrch.exe"
method="get">
<input type="hidden" name="zip"/>
<input type="hidden" name="cnty" value="cnty"/>
<input type="hidden" name="ac" value="ac"/>
<input type="hidden" name="tz" value="tz"/>
<input type="hidden" name="ll" value="ll"/>
<input type="hidden" name="msa" value="msa"/>
</form>
<script><![CDATA[
function zc(q)
{
if (q == "")
window.open("http://www.zipinfo.com");
else
{
if (result = q.match(/^(\d{5})\s*(.*)/))
document.zcf.zip.value = result[1];
else if (result = q.match(/^(.*)/))
document.zcf.zip.value = result[1];
submitForm(zcf);
}
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>